Create<TK, TV>(Entity<TK, TV>)

Method

Namespace: Diffstore.Snapshots

Declared in: Diffstore.Snapshots.Snapshot


Creates a snapshot of a given entity marked with current time.

Syntax

public static Snapshot<TK, TV> Create<TK, TV>(
	Entity<TK, TV> entity
)

Parameters

state

Entity value at the specified moment.


Back to index